"indigo based dark theme with good contrast" shadcn/ui theme

experimental
high-contrast
futuristic
bold-colors
immersive
indigo-based
dark-theme
modern-design

Shadcn/ui Theme Css Variables

name: Neo Indigokeyword: indigo based dark theme with good contrast views: 8

:root {
  --background: 240 50% 10%;
  --foreground: 225 80% 98%;
  --card: 240 45% 15%;
  --card-foreground: 225 80% 98%;
  --popover: 240 50% 10%;
  --popover-foreground: 225 80% 98%;
  --primary: 255 90% 70%;
  --primary-foreground: 240 50% 10%;
  --secondary: 270 60% 30%;
  --secondary-foreground: 225 80% 98%;
  --muted: 240 40% 20%;
  --muted-foreground: 225 60% 80%;
  --accent: 300 70% 50%;
  --accent-foreground: 225 80% 98%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 225 80% 98%;
  --border: 240 30% 30%;
  --input: 240 30% 30%;
  --ring: 255 90% 70%;
  --radius: 0.75rem;
  --chart-1: 12 76% 61%;
  --chart-2: 173 58% 39%;
  --chart-3: 197 37% 24%;
  --chart-4: 43 74% 66%;
  --chart-5: 27 87% 67%;
}